Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Btrie disable flag #33457

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Btrie disable flag #33457

merged 1 commit into from
Feb 3, 2025

Conversation

rohitsinha54
Copy link
Contributor

@rohitsinha54 rohitsinha54 commented Dec 27, 2024

Add a flag to disable user bounded trie.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@rohitsinha54
Copy link
Contributor Author

R: @robertwb

Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.08%. Comparing base (bfa0c59) to head (5aae10d).
Report is 12 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #33457      +/-   ##
============================================
- Coverage     59.08%   59.08%   -0.01%     
+ Complexity     3239     3237       -2     
============================================
  Files          1156     1156              
  Lines        176919   176907      -12     
  Branches       3391     3391              
============================================
- Hits         104541   104532       -9     
+ Misses        69011    69008       -3     
  Partials       3367     3367              
Flag Coverage Δ
java 70.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rohitsinha54
Copy link
Contributor Author

@robertwb Please take a look. Thanks.

@rohitsinha54
Copy link
Contributor Author

The two failure are unrelated to this change.

Copy link
Contributor

@robertwb robertwb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully we don't need this, but LGTM.

@robertwb robertwb merged commit 8805ab2 into apache:master Feb 3, 2025
26 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants